-
+<para>This numeric option will force waypoints to be written with that
+category number when sending to a Garmin receiver that has category
+support. It is ignored on receivers without that capability. </para>
+<para>
+This option specifies the icon or waypoint type to write for each waypoint on
+output.
+</para>
+<para>
+If this option is specified, its value will be used for all waypoints, not
+just those that do not already have descriptions. That is, this option
+overrides any icon description that might be in the input file.
+</para>
+<para>
+Value specified may be a number from the Garmin Protocol Spec or a name
+as described in the <xref linkend="GarminIcons"></xref>.
+</para>
+<para>
+This option has no effect on input.
+</para>
-
+<para>This options gets the current position from the attached GPS device
+and returns it as a single waypoint for further processing. For example,
+to return the current position from a USB Garmin to a KML file:
+<screen format="linespecific">gpsbabel -i garmin -f usb: -o kml -F myposition.kml</screen>
+</para>
+<para>This command forces an immediate powerdown of the addressed Garmin
+receiver. It is ignored on hardware that does not support this command.
+Obviously, further processing once you have sent a "power off" command to
+a unit that supports it is rather futile, so place this option carefully
+in your command.
+<screen format="linespecific">gpsbabel -o garmin,power_off -F /dev/ttyS0</screen>
+</para>
-
+<para>This option overrides the internal logic to figure out how many
+characters an addressed Garmin GPS will support when using the '-s' smartname
+option. This should be necessary only if you have a receiver type that
+GPSBabel doesn't know about or if you want to "dumb down" one unit to match
+another, such as wanting waypoint names in a StreetPilot 2720 (which supports
+20 character names) to exactly match those in a 60CS (which supports 10).
+</para>
-
+<para>This options controls whether spaces are allowed in generated
+smart names when using the '-s' option.</para>